@charset "utf-8";

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

table th,
table td {
	padding: 5px;
}

fieldset,
img {
	border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
i,
th,
var {
	font-style: normal;
	font-weight: normal;
}

ol,
ul {
	list-style: none;
}

ception,
th {
	text-align: left;
}

q:before,
q:after {
	content: '';
}

abbr,
acronym {
	border: 0;
}

a {
	color: #666;
	text-decoration: none;
}

a:focus {
	outline: none;
}

a:hover {
	text-decoration: none;
}

/*定位*/
.tl {
	text-align: left;
}

.tc {
	text-align: center;
}

.tr {
	text-align: right;
}

.bc {
	margin-left: auto;
	margin-right: auto;
}

.fl {
	float: left;
	display: inline;
}

.fr {
	float: right;
	display: inline;
}

.zoom {
	zoom: 1
}

.hidden {
	visibility: hidden;
}

.vam {
	vertical-align: middle;
}

.clear {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}

p {
	word-spacing: -1.5px;
}

li {
	list-style: none;
}

-moz-box-sizing:content-box;
-webkit-box-sizing:content-box;
box-sizing:content-box;

.cur {
	cursor: pointer
}

sup {
	vertical-align: baseline;
}

sub {
	vertical-align: baseline;
}

input,
button,
textarea,
select,
optgroup,
option {
	font-family: inherit;
	font-size: inherit;
	outline: none;
	font-style: inherit;
	font-weight: inherit;
}

input,
button,
textarea,
select {
	*font-size: 100%;
}

input,
select {
	vertical-align: middle;
}

body {
	font: 12px/1.231 arial, helvetica, clean, sans-serif;
}

select,
input,
button,
textarea,
button {
	font: 99% arial, helvetica, clean, sans-serif;
}

table {
	font-size: 14px;
	width: 100%;
	border-collapse: collapse;
}

pre,
code,
kbd,
samp,
tt {
	font-family: monospace;
	*font-size: 108%;
	line-height: 100%;
}


h1 {
	font-size: 32px;
}

h2 {
	font-size: 26px;
}

h3 {
	font-size: 20px;
}

h4 {
	font-size: 14px;
}

h5 {
	font-size: 12px;
}

h6 {
	font-size: 10px;
}

/*清除浮动*/
.clearfix:after {
	content: '';
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	/*兼容 IE*/
	zoom: 1;
}

/* CSS Document*/
body {
	background-color: #fff;
	overflow-x: hidden;
	color: #666;
	font-size: 14px;
	font-family: "微软雅黑";
	position: relative;
	min-width: 1200px;
	width: 100%;
}

/*网站字体颜色*/
.content,
.container {
	margin-left: auto;
	margin-right: auto;
	width: 1200px;
}


/*导航*/
.Nav {
	height: 65px;
	line-height: 65px;
	background-color: #043985;
	position: relative;
	z-index: 9;
}

.Nav ul li {
	float: left;
	font-size: 18px;
	background: url(../img/Common/NavBox.png) no-repeat center left;
	position: relative;
}

.Nav ul li:first-child {
	background: none;
}

.Nav ul li>a {
	color: #fff;
	display: block;
}

.Nav ul li:hover {
	background-color: #cda142;
	font-weight: bold;
}

.Nav ul li.cur {
	background-color: #cda142;
	font-weight: bold;
}

.Nav.cur {
	position: fixed;
	top: 0;
	left: 0;
	background-color: #043985;
	width: 100%;
	height: 60px;
	z-index: 99;
}

.Nav.cur ul li {
	height: 60px;
	line-height: 60px;
}

.Nav.cur ul li .y-submenu07-box {
	top: 60px;
}

.top-wrap {
	padding: 0 2%;
	height: 32px;
	line-height: 32px;
	font-size: 14px;
	overflow: hidden;
	background: #fff;
	border-bottom: #efefef solid 1px;
}

.welcome {
	float: left;
	width: 400px;
	color: #999;
}

.top-tel {
	float: right;
	padding-left: 48px;
	color: #043985;
	font-size: 18px;
	border-left: #efefef solid 1px;
	font-weight: bold;
	background: url(../img/Common/tel.png) no-repeat 0 center;
}

.top-menu {
	float: right;
	margin-right: 20px;
	width: 400px;
	text-align: right;
}

.top-menu a {
	display: inline-block;
	color: #666;
	font-size: 14px;
}

.top-menu a:after {
	display: inline-block;
	content: "·";
	margin: 0 15px;
	color: #8a8a8a;
	font-weight: bold;
}

.top-menu a:last-child:after {
	display: none;
}

.top-menu a:hover {
	color: #043985;
}

.HeaderBox {
	height: 110px;
}

.HeaderBox .container {
	position: relative;
	padding-top: 20px;
}

.HeaderLeft p {
	font-size: 26px;
	color: #333;
	font-weight: bold;
}

.HeaderLeft h3 {
	font-weight: normal;
	font-size: 20px;
	color: #333;
	margin-top: 10px;
}

.HeaderLeft h3 i {
	color: #043985;
	font-weight: bold;
}

.HeaderBox_ico {
	margin-left: 125px;
}

.HeaderLogo {
	width: 250px;
	margin: 6px 35px 0 0;
}

.HeaderLogo a {
	width: 250px;
	display: block;
}

.HeaderLogo a img {
	margin-top: -20px;
	display: block;
}

.HeaderRight p {
	font-size: 26px;
	color: #333;
	font-family: "Arial";
	background: url(../img/Common/HeaderPhon01.png) no-repeat center left;
	padding-left: 25px;
	margin-top: 5px;
}

.HeaderRight p:first-child {
	margin-top: 0;
}

.HeaderRight p.p2 {
	background: url(../img/Common/HeaderPhon02.png) no-repeat center left;
	padding-left: 20px;
}

/* Header End */

.Footer {
	background-color: #333;
	border-top: 10px solid #ccc;
}

.FooterBot {
	text-align: center;
	padding: 25px 0;
}

.FooterBot p:first-child {
	margin-top: 0;
}

.FooterBot p {
	color: #fff;
	font-size: 14px;
	margin-top: 5px;
}

.FooterBot p a {
	color: #fff;
}

.FooterBot p a:hover {
	text-decoration: underline;
}

.FooterCenter {
	background: url(../img/Common/FooterBox.png) center center;
	height: 60px;
	line-height: 60px;
	text-align: center;
}

.FooterCenter a {
	font-size: 16px;
	color: #fff;
	background: url(../img/Common/FooterXt.jpg) no-repeat center left;
	width: 145px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

.FooterCenter a:hover {
	text-decoration: underline;
}

.FooterCenter a:first-child {
	background: none;
}

.FooterTop {
	padding: 60px 0 30px;
}

.FooterTop dl {
	float: left;
	margin-left: 40px;
}

.FooterTop dl:first-child {
	margin-left: 0;
}

.FooterTop dl dt {
	font-size: 18px;
}

.FooterTop dl dt a {
	color: #fff;
}

.FooterTop dl dt:hover a {
	text-decoration: underline;
}

.FooterTop dl dd {
	margin-top: 20px;
}

.FooterTop dl dd a:hover {
	text-decoration: underline;
}

.FooterTop dl dd a {
	display: block;
	color: #fff;
	font-size: 12px;
	margin-bottom: 10px;
}

.footer-pr{
	width: 280px;
}
.footer-pr a{
	float: left;
	width: 140px;
}

.FooterBox {
	margin-left: 70px;
	width: 282px;
}

.FooterBox h3 {
	font-weight: normal;
	font-size: 18px;
	color: #fff;
	background: url(../img/Common/FooterPhon01.png) no-repeat left 5px;
	padding-left: 30px;
}

.FooterBox h3 em {
	display: block;
	font-size: 25px;
	margin-top: 10px;
	font-family: "icomoont";
}

.FooterBox h4 {
	font-weight: normal;
	font-size: 18px;
	color: #fff;
	margin-top: 25px;
	background: url(../img/Common/FooterPhon02.png) no-repeat left 5px;
	padding-left: 30px;
}

.FooterBox h4 em {
	display: block;
	font-size: 12px;
	margin-top: 5px;
	line-height: 20px;
}

.FooterEwm img {
	width: 126px;
	height: 126px;
	display: block;
}

.FooterEwm p {
	text-align: center;
	color: #f1f1f1;
	font-size: 14px;
	margin-top: 10px;
}

/* Footer End */


/* 导航下拉*/
.y-submenu07-box {
	width: 200px;
	background-color: #043985;
	margin: 0 auto;
	position: absolute;
	left: 0;
	top: 65px;
}

.y-submenu07-box a {
	display: block;
	text-align: left;
	color: #fff;
	font-size: 14px;
	position: relative;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	height: 50px;
	padding-left: 35px;
	line-height: 50px;
	padding-right: 10px;
}

.y-submenu07-box a:before {
	content: '';
	display: block;
	width: 11px;
	height: 1px;
	background-color: #fff;
	position: absolute;
	left: 15px;
	top: 25px;
}

.y-submenu07-box a:hover {
	background-color: #cda142;
	color: #fff
}

.y-submenu07-box a:hover:before {
	background-color: #fff
}

/* 导航下拉 End */




.Message {
	padding: 65px 0;
	overflow: hidden;
}

.MessageLeft {
	width: 550px;
	background: url(../img/Index/MessageBox.png) no-repeat center right;
	padding-right: 50px;
}

.MessageText {
	overflow: hidden;
	border-bottom: 1px #dedede solid;
	padding-bottom: 40px;
}

.MessageText h3 {
	font-size: 14px;
	color: #333;
	font-weight: normal;
	background: url(../img/Index/MessageIcon01.png) no-repeat center left;
	padding-left: 70px;
	float: left;
	margin-left: 35px;
}

.MessageText h3.Icon02 {
	background: url(../img/Index/MessageIcon02.png) no-repeat center left;
}

.MessageText h3:first-child {
	margin-left: 0;
}

.MessageText h3 em {
	display: block;
	font-size: 24px;
	margin-top: 5px;
}

.MessageLeft dl {
	margin-top: 40px;
}

.MessageLeft dl dt {
	width: 133px;
	height: 133px;
	border: 1px #e1e1e1 solid;
}

.MessageLeft dl dt img {
	width: 133px;
	height: 133px;
	display: block;
}

.MessageLeft dl dd {
	margin-left: 30px;
}

.MessageLeft dl dd h3 {
	font-size: 18px;
	color: #333;
}

.MessageLeft dl dd em {
	width: 30px;
	height: 1px;
	display: block;
	background-color: #043985;
	margin: 15px 0;
}

.MessageLeft dl dd p {
	font-size: 16px;
	color: #666;
}

.MessageLeft dl dd a {
	width: 115px;
	text-align: center;
	height: 40px;
	line-height: 40px;
	display: block;
	background-color: #043985;
	border-radius: 50px;
	color: #fff;
	font-size: 14px;
	margin-top: 20px;
}

.MessageLeft dl dd a i {
	background: url(../img/Index/MessageIcon03.png) no-repeat center center;
	width: 17px;
	height: 15px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: middle;
	margin-right: 10px;
}

.MessageRight {
	width: 557px;
}

.MessageRight h3 {
	font-size: 24px;
	color: #333;
	font-weight: normal;
	margin-bottom: 10px;
}

.MessageRight ul li {
	float: left;
	margin-top: 15px;
}

.MessageRight ul li span {
	font-size: 14px;
	color: #666;
}

.MessageRight ul li input {
	width: 114px;
	height: 30px;
	border: 1px #dedede solid;
	padding: 0 10px;
}

.MessageRight ul li.li02 {
	margin-left: 15px;
}

.MessageRight ul li.li02 input {
	width: 230px;
}

.MessageRight ul li.li03 input {
	width: 460px;
	height: 40px;
	padding: 10px 10px 50px;
}

.MessageRight ul li.li03 span {
	vertical-align: 20px;
}

.MessageRight ul li.li04 {
	width: 365px;
	height: 40px;
	background-color: #043985;
	border-radius: 50px;
	text-align: center;
	line-height: 40px;
	margin-top: 20px;
	margin-left: 75px;
}

.MessageRight ul li.li04 a {
	display: block;
	color: #fff;
	font-size: 14px;
}

.Message .container {
	position: relative;
}

.Message .container span.Img {
	width: 288px;
	height: 423px;
	display: block;
	position: absolute;
	right: -237px;
	top: -91px;
}

.Message .container span.Img img {
	width: 288px;
	height: 423px;
	display: block;
}


.page {
	width: 100%;
	margin-top: 40px;
	margin-bottom: 0px;
	text-align: center;
}

.page ul {
	display: flex;
	justify-content: center;
}

.page li {
	
}

.page li a {
	display: block;
	padding: 10px 20px;
	text-align: center;
	margin: 0 5px;
}

.page .active a{
	color: #ff4444;
	font-weight: 400;
}

.page li a:hover {
	background-color: #0055AA;
	color: #fff;
}